home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / Add-Ons / MicroPhone / Open Mike™ / Open Mike™ 008 / Mike's Folder / Tips & Tricks < prev    next >
Encoding:
Text File  |  1993-08-01  |  2.4 KB  |  30 lines  |  [TEXT/ttxt]

  1. Tips & Tricks
  2. =============
  3. Copyright © 1993 by Celestin Company
  4. All rights reserved.
  5.  
  6. No part of this work may be reproduced or transmitted in any form or by any means, electronic or mechanical, including photocopying, recording, or by any information storage and retrieval system, without permission in writing from the publisher. However, you are permitted to make copies of this work, printed or otherwise, as long as said copies are for your personal use only.
  7.  
  8. Introduction
  9. ------------
  10. If you've got a tip or a trick that you think would benefit other Open Mike readers, please share it with us. Readers whose tip or trick we use will receive a free issue of Open Mike. Such a deal!
  11.  
  12. Keeping it Closed
  13. -----------------
  14. If you want to keep MicroPhone's connection port closed until you need to open it, try using the MicroPhone Standard.closed connection driver, which should be included somewhere on your original disks. Rename it MicroPhone Standard and put it in the Connection Folder, which should reside in the same location as MicroPhone. Then, whenever you open up a settings document, the connection will not be opened until you go to the Phone menu and choose Open Connection. If you can't find the MicroPhone Standard.closed connection driver, create a new connection driver called MicroPhone Standard. In it, create one script called "Setup". In this script, place the line:
  15.  
  16.   Remark "do nothing here"
  17.  
  18. That's it. We are overriding MicroPhone's built-in Setup script that automatically opens the connection anytime you open a document.
  19.  
  20. Faster Communication Settings
  21. -----------------------------
  22. To make the communication settings dialog display faster, remove any modem drivers from the modem folder that you don't normally use. MicroPhone builds this list from scratch whenever you display the communication settings dialog, so the fewer the drivers, the smaller the list, hence the quicker the dialog will display.
  23.  
  24. Quick Transfers
  25. ---------------
  26. If you find yourself constantly using two or more file transfer protocols, instead of going to the Transfer menu each time you want to send a file, create a one-line script for each protocol you use. Then, assign the script to an Fkey or command key for easy access. For example, this script will do a ZMODEM Send ASCII:
  27.  
  28.   Send File ZMODEM ASCII "''"
  29.  
  30. Note the single quotes in the double quotes. This makes MicroPhone bring up a dialog box allowing you to choose the file you want to send.